home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dictionaries & Language
/
Dictionaries and Language (Chestnut CD-ROM) (1993).iso
/
word_p
/
pcws2d
/
menuprt.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1991-12-18
|
323 b
|
15 lines
echo off
menuprt1 %1
if errorlevel 2 goto exit
if errorlevel 1 menuprt2 // %1
if errorlevel 2 goto exit
if errorlevel 202 goto exit
if errorlevel 203 goto exit
if errorlevel 204 goto exit
if errorlevel 1 menuprt3 // %1
if errorlevel 2 goto exit
if errorlevel 1 menuprt4 // %1
if errorlevel 2 goto exit
:exit